home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntlib25 / copyrigh.t < prev    next >
Text File  |  1992-10-03  |  3KB  |  66 lines

  1. Most of this library is public domain and hence may be used without
  2. restriction. Please note the following exceptions:
  3.  
  4.  
  5. doprnt.c and the curses library/header files are:
  6.  
  7. /*
  8.  * Copyright (c) 1988 Regents of the University of California.
  9.  * All rights reserved.
  10.  *
  11.  * Redistribution and use in source and binary forms are permitted
  12.  * provided that the above copyright notice and this paragraph are
  13.  * duplicated in all such forms and that any documentation,
  14.  * advertising materials, and other materials related to such
  15.  * distribution and use acknowledge that the software was developed
  16.  * by the University of California, Berkeley.  The name of the
  17.  * University may not be used to endorse or promote products derived
  18.  * from this software without specific prior written permission.
  19.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  20.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  21.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  22.  */
  23.  
  24.  
  25. The termcap library itself (some of which is incorporated in the
  26. curses libraries) is:
  27.  
  28. /************************************************************************
  29.  *                                    *
  30.  *            Copyright (c) 1982, Fred Fish            *
  31.  *                All Rights Reserved                *
  32.  *                                    *
  33.  *    This software and/or documentation is released for public    *
  34.  *    distribution for personal, non-commercial use only.        *
  35.  *    Limited rights to use, modify, and redistribute are hereby    *
  36.  *    granted for non-commercial purposes, provided that all        *
  37.  *    copyright notices remain intact and all changes are clearly    *
  38.  *    documented.  The author makes no warranty of any kind with    *
  39.  *    respect to this product and explicitly disclaims any implied    *
  40.  *    warranties of merchantability or fitness for any particular    *
  41.  *    purpose.                            *
  42.  *                                    *
  43.  ************************************************************************
  44.  */
  45.  
  46.  
  47. obstack.c and obstack.h are:
  48.  
  49. /* obstack.h - object stack macros
  50.    Copyright (C) 1988 Free Software Foundation, Inc.
  51.  
  52. This program is free software; you can redistribute it and/or modify it
  53. under the terms of the GNU General Public License as published by the
  54. Free Software Foundation; either version 2, or (at your option) any
  55. later version.
  56.  
  57. This program is distributed in the hope that it will be useful,
  58. but WITHOUT ANY WARRANTY; without even the implied warranty of
  59. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  60. GNU General Public License for more details.
  61.  
  62. You should have received a copy of the GNU General Public License
  63. along with this program; if not, write to the Free Software
  64. Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  65.  
  66.